Home » Categories » Multiple Categories

Nagios XI - Uploaded plugin returns "/bin/bash^M: bad interpreter: No such file or directory"

Problem Description

After uploading a plugin (check_apc_pdu_load.sh for example), the following error is produced:

The following error message is produced:

-bash: ./check_apc_pdu_load.sh: /bin/bash^M: bad interpreter: No such file or directory

This is caused by the file being in a "Windows" format instead of a "Unix" format. It has to do with the line endings / carriage returns.

 

Resolving The Problem

To resolve the problem you will convert the file to a Unix format. Execute the following steps from an SSH session as a user with root privileges.

The first step is to install the required package:

RHEL | CentOS | Oracle Linux

yum install -y dos2unix

 

Debian | Ubuntu

apt-get install -y dos2unix

 

The next step is to convert the file to a Unix format:

dos2unix /usr/local/nagios/libexec/check_apc_pdu_load.sh


This will output:

dos2unix: converting file /usr/local/nagios/libexec/check_apc_pdu_load.sh to UNIX format ...

 

After completing these steps the plugin should execute as intended.

 

 

Final Thoughts

For any support related questions please visit the Nagios Support Forums at:

http://support.nagios.com/forum/

0 (0)
Article Rating (No Votes)
Rate this article
  • Icon PDFExport to PDF
  • Icon MS-WordExport to MS Word
Attachments Attachments
There are no attachments for this article.
Related Articles RSS Feed
Nagios XI - ERROR: unable to open include file: /etc/mrtg/conf.d/xxxxxxx.cfg
Viewed 6924 times since Wed, Jun 1, 2016
Nagios XI - How To Use CA Certificates With check_ldaps Plugin
Viewed 10003 times since Tue, Jul 26, 2016
Nagios XI - Ajaxterm Installation Aborted
Viewed 3796 times since Tue, Jan 26, 2016
Nagios XI - Migrate Performance Data
Viewed 10859 times since Tue, Jan 26, 2016
Nagios XI - Disabling Database UTF8 Connectivity
Viewed 4615 times since Thu, Mar 8, 2018
Nagios XI - Performance Graph Problems
Viewed 23700 times since Fri, Dec 19, 2014
Nagios XI - Apply Configuration Never Completes
Viewed 20407 times since Tue, Jan 27, 2015
Nagios Core - Nagios service does not start - Error processing object config files!
Viewed 27820 times since Thu, Jan 21, 2016
Nagios XI - 2014 Upgrade Issue - CONFIG ERROR
Viewed 4612 times since Mon, Jan 25, 2016
ERROR: Please add the ’Optional’ channel to your Red Hat systems subscriptions
Viewed 24898 times since Tue, Jan 26, 2016